Don't use nonexisting properties here either
@import url("import-cyclic-2.css");
a {
- int-property: 1
+ padding-top: 1px
}
a {
- int-property: 3;
+ padding-top: 3px;
}
a {
- int-property: 2;
+ padding-top: 2px;
}
a {
- int-property: 1;
+ padding-top: 1px;
}
@import url("import-cyclic-3.css");
a {
- int-property: 2
+ padding-top: 2px
}
a {
- int-property: 1;
+ padding-top: 1px;
}
a {
- int-property: 3;
+ padding-top: 3px;
}
a {
- int-property: 2;
+ padding-top: 2px;
}
@import url("import-cyclic-1.css");
a {
- int-property: 3
+ padding-top: 3px
}
a {
- int-property: 2;
+ padding-top: 2px;
}
a {
- int-property: 1;
+ padding-top: 1px;
}
a {
- int-property: 3;
+ padding-top: 3px;
}
@import url("if-this-file-ever-starts-to-exist-you-have-a-weird-sense-of-naming-files.css");
a {
- string-property: "make sure it didn't stop parsing";
+ font-family: "make sure it didn't stop parsing";
}
a {
- string-property: "make sure it didn't stop parsing";
+ font-family: "make sure it didn't stop parsing";
}
@import url("import-recursive.css");
a {
- string-property: "Make sure this is parsed"
+ font-family: "Make sure this is parsed"
}
a {
- string-property: "Make sure this is parsed";
+ font-family: "Make sure this is parsed";
}